home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 07 - 1991
/
07.01 Jan 91
/
Object Design
/
line feed removal
/
CmyDataFile.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-11-25
|
322 b
|
19 lines
|
[
TEXT/KAHL
]
/*
CmyDataFile.h
this is the definition of my file manager object
*/
#define _H_CmyDataFile /* Include this file only once */
#include "CDataFile.h"
struct CmyDataFile : CDataFile
{
/* instance variables */
/* my messages */
void ImyDataFile(void);
OSErr ReadLine(Ptr info,long howMuch, long *bytesRead);
};